In [1]:
from IPython.display import display
from irprimer import *
In [2]:
Temperatures()
Out[2]:
In [3]:
Wavelengths()
Out[3]:
The EM modes exist with only discrete energies that are multiples of $hv$, where $h$ is Planck's constant and $v$ is frequency.
$$ I(\lambda,T) = \frac{2 hc^2}{\lambda^5}\frac{1}{ e^{\frac{hc}{\lambda kT}}-1} $$
It can be shown that the wavelength maximum for any temperature is
$${\lambda{max}}{\cdot}{T}=2898{\mu}m-K$$
In [4]:
Planck()
Out[4]:
In [5]:
Fresnel()
Out[5]:
In [6]:
Density()
Out[6]:
In [7]:
slides()